Map for WinForms | ComponentOne
C1.FlexMap Namespace / IMapDevice Interface / SetLimitClip Method / SetLimitClip(IEnumerable<Point>) Method
The sequence of points, in pixels, for limitation bounds.

In This Topic
    SetLimitClip(IEnumerable<Point>) Method
    In This Topic
    Set the clip when the limitation bounds is set.
    Syntax
    'Declaration
     
    
    Overloads Sub SetLimitClip( _
       ByVal points As IEnumerable(Of Point) _
    ) 
    void SetLimitClip( 
       IEnumerable<Point> points
    )

    Parameters

    points
    The sequence of points, in pixels, for limitation bounds.
    See Also